Back
Tags: #react hooks
-
Sync state updates b/w 2 components that use a common hook
States defined in custom hooks are local to their use in every component. Meaning updating state in one component doesn't reflect in another.
-->
Back
States defined in custom hooks are local to their use in every component. Meaning updating state in one component doesn't reflect in another.